home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / text / tex / amiweb2c.lha / AmiWeb2c-2.1 / texmf / amiweb2c / s / mktextfm < prev    next >
Encoding:
AmigaDOS Script File  |  1997-12-14  |  801 b   |  20 lines

  1. .KEY FONTNAME/A
  2. ;^^^ Beware that the first line must be a dot command in order that
  3. ;    AmigaOS acknowledges any dot command in a shell script!
  4.  
  5. ; This Amiga shell script passes a filename from `missfont.log' files
  6. ; created by AmiWeb2C/KPathSea to the ARexx script MakeTeXPK.rexx, which
  7. ; then passes them on to the ARexx script MakeTeXFont.rexx.  Most likely
  8. ; such a file will have a `.tfm' extension which automatically gets
  9. ; stripped off by MakeTeXPK.rexx.
  10. ; To use this mechanism, copy this script file to the S: directory.
  11. ; Note that the `s' flag must be preserved for automatic execution.
  12. ;
  13. ; Copyright (C) 1997 by Andreas Scherer
  14. ; This is free software; the author gives unlimited permission
  15. ; to copy, distribute, and modify this script.
  16.  
  17. rx MakeTeXPK <FONTNAME> 101 101
  18.  
  19. ; End of file.
  20.